home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / pimslist / mtrkdos.zip / SETUP.BAT < prev    next >
DOS Batch File  |  1996-08-01  |  783b  |  34 lines

  1. echo off
  2. cls
  3. echo Installing MT-Tracker onto your hard disk requires 2MB of free disk space.
  4. echo If you're not SURE that 2MB is free, press Control-C to abort; otherwise,
  5. pause
  6. echo off
  7. cls
  8. md \managex
  9. echo COPYING FILES...
  10. echo .
  11. copy *.* \managex
  12. cls
  13. cd\managex
  14. mttrack i ~5
  15. mttrack t cities
  16. mttrack p
  17. mttrack w
  18. mttrack m
  19. echo off
  20. cls
  21. echo Now, go back to the directory that originally contained the MT-Tracker
  22. echo files (before they were copied to this MANAGEX directory) and erase them.
  23. echo .
  24. echo .
  25. echo .
  26. echo To use MT-Tracker, go to this MANAGEX directory and enter "MT xxx"
  27. echo (where xxx are your initials).  For example, if your initials are ABC,
  28. echo you should enter  "MT ABC" (without the quotes).
  29. echo .
  30. echo .
  31. pause
  32. echo off
  33. :END
  34.